home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
lookhere
/
about.frm
next >
Wrap
Text File
|
1995-05-08
|
2KB
|
72 lines
VERSION 2.00
Begin Form About
Caption = "About"
ClientHeight = 2520
ClientLeft = 2205
ClientTop = 1635
ClientWidth = 4905
Height = 2925
Left = 2145
LinkMode = 1 'Source
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2520
ScaleWidth = 4905
Top = 1290
Width = 5025
Begin CommandButton Command1
Caption = "OK"
Height = 495
Left = 1680
TabIndex = 4
Top = 1800
Width = 1455
End
Begin PictureBox Picture1
AutoSize = -1 'True
Height = 510
Left = 360
Picture = ABOUT.FRX:0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 3
Top = 720
Width = 510
End
Begin Label Label4
Caption = "Copyright 1992 - by Jacob A. Jackson"
Height = 255
Left = 840
TabIndex = 1
Top = 1440
Width = 3375
End
Begin Label Label2
Caption = "Version 1.0"
Height = 255
Left = 1920
TabIndex = 2
Top = 840
Width = 1095
End
Begin Label Label1
Caption = "Flame for Windows"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "MS Sans Serif"
FontSize = 12
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 375
Left = 1320
TabIndex = 0
Top = 240
Width = 2295
End
End
Sub Command1_Click ()
Unload About
End Sub